Q3Point3D_Distance
You can use theQ3Point3D_Distance
function to determine the distance between two three-dimensional points.
float Q3Point3D_Distance ( const TQ3Point3D *p1, const TQ3Point3D *p2);
p1
- A three-dimensional point.
p2
- A three-dimensional point.
DESCRIPTION
TheQ3Point3D_Distance
function returns, as its function result, the absolute value of the distance between pointsp1
andp2
.